projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82ab660
)
Seal priv pointer in GtkSeparatorToolItem.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:06:09 +0000
(11:06 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:06:09 +0000
(11:06 +0000)
svn path=/trunk/; revision=20581
gtk/gtkseparatortoolitem.h
patch
|
blob
|
history
diff --git
a/gtk/gtkseparatortoolitem.h
b/gtk/gtkseparatortoolitem.h
index d88ff88dcd0b36699b957bcd3c277397d1048493..f015f65443b8c9e02ae7c01ca51e58fadb3eb378 100644
(file)
--- a/
gtk/gtkseparatortoolitem.h
+++ b/
gtk/gtkseparatortoolitem.h
@@
-46,7
+46,7
@@
struct _GtkSeparatorToolItem
GtkToolItem parent;
/*< private >*/
- GtkSeparatorToolItemPrivate *
priv
;
+ GtkSeparatorToolItemPrivate *
GSEAL (priv)
;
};
struct _GtkSeparatorToolItemClass